The following code is for use with Just BASIC (www.justbasic.com).
This will reset the info.dat file.
------------------------------------------------------------------

nomainwin
open "info.dat" for output as #myHandle
print #myHandle, "setup"
print #myHandle, ""
print #myHandle, ""
print #myHandle, ""
print #myHandle, ""
print #myHandle, ""
print #myHandle, ""
print #myHandle, ""
print #myHandle, ""
print #myHandle, ""
print #myHandle, ""
    close #myHandle
    notice "Easy Launcher Pre Setup" + chr$(13) + "File Wrote!"